home *** CD-ROM | disk | FTP | other *** search
-
-
-
- RRRReeeeccccttttOOOObbbbjjjj((((3333XXXX)))) UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV RRRReeeeccccttttOOOObbbbjjjj((((3333XXXX))))
-
-
-
- NNNNAAAAMMMMEEEE
- _R_e_c_t_O_b_j - The RectObj widget class
-
- SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
- #include <Xm/Xm.h>
-
- DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
- RectObj is never instantiated. Its sole purpose is as a
- supporting superclass for other widget classes.
-
- CCCCllllaaaasssssssseeeessss
- RectObj inherits behavior and a resource from _O_b_j_e_c_t.
-
- The class pointer is _r_e_c_t_O_b_j_C_l_a_s_s.
-
- The class name is _R_e_c_t_O_b_j.
-
- NNNNeeeewwww RRRReeeessssoooouuuurrrrcccceeeessss
- The following table defines a set of widget resources used
- by the programmer to specify data. The programmer can also
- set the resource values for the inherited classes to set
- attributes for this widget. To reference a resource by name
- or by class in a .Xdefaults file, remove the _X_m_N or _X_m_C
- prefix and use the remaining letters. To specify one of the
- defined values for a resource in a .Xdefaults file, remove
- the _X_m prefix and use the remaining letters (in either
- lowercase or uppercase, but include any underscores between
- words). The codes in the access column indicate if the
- given resource can be set at creation time (C), set by using
- _X_t_S_e_t_V_a_l_u_e_s (S), retrieved by using _X_t_G_e_t_V_a_l_u_e_s (G), or is
- not applicable (N/A).
-
- RRRReeeeccccttttOOOObbbbjjjj RRRReeeessssoooouuuurrrrcccceeee SSSSeeeetttt
- NNNNaaaammmmeeee CCCCllllaaaassssssss TTTTyyyyppppeeee DDDDeeeeffffaaaauuuulllltttt AAAAcccccccceeeessssssss
- ____________________________________________________________________
- XmNancestorSensitive XmCSensitive Boolean dynamic G
- XmNborderWidth XmCBorderWidth Dimension 1 CSG
- XmNheight XmCHeight Dimension dynamic CSG
- XmNsensitive XmCSensitive Boolean True CSG
- XmNwidth XmCWidth Dimension dynamic CSG
- XmNx XmCPosition Position 0 CSG
- XmNy XmCPosition Position 0 CSG
-
-
-
-
-
-
-
-
-
-
-
-
-
- Page 1 (printed 11/11/03)
-
-
-
-
-
-
- RRRReeeeccccttttOOOObbbbjjjj((((3333XXXX)))) UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV RRRReeeeccccttttOOOObbbbjjjj((((3333XXXX))))
-
-
-
- _X_m_N_a_n_c_e_s_t_o_r_S_e_n_s_i_t_i_v_e
- Specifies whether the immediate parent of the gadget
- receives input events. Use the function _X_t_S_e_t_S_e_n_s_i_t_i_v_e
- if you are changing the argument to preserve data
- integrity (see _X_m_N_s_e_n_s_i_t_i_v_e below). The default is the
- bitwise AND of the parent's _X_m_N_s_e_n_s_i_t_i_v_e and
- _X_m_N_a_n_c_e_s_t_o_r_S_e_n_s_i_t_i_v_e resources.
-
- _X_m_N_b_o_r_d_e_r_W_i_d_t_h
- Specifies the width of the border placed around the
- RectObj's rectangular display area.
-
- _X_m_N_h_e_i_g_h_t
- Specifies the inside height (excluding the border) of
- the RectObj's rectangular display area.
-
- _X_m_N_s_e_n_s_i_t_i_v_e
- Determines whether a RectObj receives input events. If
- a RectObj is sensitive, the parent dispatches to the
- gadget all keyboard, mouse button, motion, window
- enter/leave, and focus events. Insensitive gadgets do
- not receive these events. Use the function
- _X_t_S_e_t_S_e_n_s_i_t_i_v_e to change the sensitivity argument.
- Using _X_t_S_e_t_S_e_n_s_i_t_i_v_e ensures that if a parent widget
- has _X_m_N_s_e_n_s_i_t_i_v_e set to False, the ancestor-sensitive
- flag of all its children is appropriately set.
-
- _X_m_N_w_i_d_t_h
- Specifies the inside width (excluding the border) of
- the RectObj's rectangular display area.
-
- _X_m_N_x Specifies the x-coordinate of the upper left outside
- corner of the RectObj's rectangular display area. The
- value is relative to the upper left inside corner of
- the parent window.
-
- _X_m_N_y Specifies the y-coordinate of the upper left outside
- corner of the RectObj's rectangular display area. The
- value is relative to the upper left inside corner of
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Page 2 (printed 11/11/03)
-
-
-
-
-
-
- RRRReeeeccccttttOOOObbbbjjjj((((3333XXXX)))) UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV RRRReeeeccccttttOOOObbbbjjjj((((3333XXXX))))
-
-
-
- the parent window.
-
- IIIInnnnhhhheeeerrrriiiitttteeeedddd RRRReeeessssoooouuuurrrrcccceeeessss
- RectObj inherits behavior and a resource from _O_b_j_e_c_t. For a
- description of this resource, refer to the _O_b_j_e_c_t man page.
-
- OOOObbbbjjjjeeeecccctttt RRRReeeessssoooouuuurrrrcccceeee SSSSeeeetttt
- NNNNaaaammmmeeee CCCCllllaaaassssssss TTTTyyyyppppeeee DDDDeeeeffffaaaauuuulllltttt AAAAcccccccceeeessssssss
- ____________________________________________________________________
- XmNdestroyCallback XmCCallback XtCallbackList NULL C
-
-
- TTTTrrrraaaannnnssssllllaaaattttiiiioooonnnnssss
- There are no translations for RectObj.
-
- RRRREEEELLLLAAAATTTTEEEEDDDD IIIINNNNFFFFOOOORRRRMMMMAAAATTTTIIIIOOOONNNN
- _O_b_j_e_c_t(_3_X).
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Page 3 (printed 11/11/03)
-
-
-
-